home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / S / HDBackup.config < prev    next >
Text File  |  1994-07-06  |  2KB  |  89 lines

  1. # This is a sample HDBackup reconfiguration file.  Parameters are given
  2. # in the form <name>=<value>.
  3.  
  4.  
  5. # The DBUG parameter specifies debugging operations to take place.  It is
  6. # only used if HDBackup has been compiled with debugging enabled.  The
  7. # arguments are the same used for any other program using the DBUG macro
  8. # package.
  9.  
  10. #DBUG=d;t;F;L;o,con:0/0/640/100/HDBackupDbug
  11.  
  12.  
  13. # The SCREEN spec is used to determine whether a custom or workbench screen
  14. # is used.
  15.  
  16. SCREEN=custom
  17.  
  18.  
  19. # The LACE spec is used to set interlace ("LACE=on")
  20.  
  21. LACE=off
  22.  
  23.  
  24. # The COLORS spec sets the default colors
  25.  
  26. COLORS=AAA,001,FFF,57A
  27.  
  28.  
  29. # The LACECOLORS spec sets the default interlace colors
  30.  
  31. LACECOLORS=AAA,000,FFF,68B
  32.  
  33.  
  34. # The FONTNAME spec sets the font to be used (I.E. FONTNAME=topaz)
  35.  
  36. FONTNAME=topaz
  37.  
  38.  
  39. # The FONTSIZE spec sets the font size to use (I.E. FONTSIZE=8)
  40.  
  41. FONTSIZE=8
  42.  
  43.  
  44. # The directory in which to locate the bru executable.
  45.  
  46. BRUPATH=:tools
  47.  
  48.  
  49. # The name of the bru executable to use.
  50.  
  51. BRU=bru
  52.  
  53.  
  54. # Additional custom arguments to pass to bru.
  55.  
  56. #BRUARGS="-#d;t;F;L;o,con:0/100/640/100/BruDbug"
  57. #BRUARGS="-#d;t;F;L;o,vd0:bru.log"
  58.  
  59.  
  60. # The amount of stack to give to the BRU process.
  61.  
  62. BRUSTACK=40000
  63.  
  64.  
  65. # Additional devices to add to the "devices" menu
  66.  
  67. DEVS=tape:
  68.  
  69.  
  70. # The devices to use by default.
  71.  
  72. #USE=df0:|df1:|df2:|df3:
  73. USE=df0:
  74.  
  75.  
  76. # The pattern to use when building the logfile names.  Follows the ANSI C
  77. # standard for the strftime() function.  See docs for details.
  78.  
  79. LOGFILE=%d%b%y
  80.  
  81.  
  82. # The directory in which to place the logfiles
  83.  
  84. #LOGDIR=df0:
  85. LOGDIR=work:
  86.  
  87.  
  88.  
  89.